aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/layout.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-06 13:00:49 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-06 13:00:49 -0500
commitb949626cfa5360a500dcae6dc08aa0d499305b36 (patch)
treed159b76a474c519790bc55458d064b24fb8e46dd /src/app/groups/[groupId]/layout.tsx
parent53256d13c1d6caf2002ff9c769c2a3abf590b1b8 (diff)
Change theme
Diffstat (limited to 'src/app/groups/[groupId]/layout.tsx')
-rw-r--r--src/app/groups/[groupId]/layout.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx
index 438afea..5c835f5 100644
--- a/src/app/groups/[groupId]/layout.tsx
+++ b/src/app/groups/[groupId]/layout.tsx
@@ -29,9 +29,9 @@ export default async function GroupLayout({
<Link href={`/groups/${groupId}`}>{group.name}</Link>
</h1>
- <Button variant="secondary" asChild>
+ <Button variant="outline" asChild size="icon">
<Link href={`/groups/${groupId}/edit`}>
- <Edit className="w-4 h-4 mr-2" /> Edit group settings
+ <Edit className="w-4 h-4" />
</Link>
</Button>
</div>